'Declaration Public Overloads Overrides Sub Export( _
ByVal documentThe PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal fieldsThe collection of fields to export.As System.Collections.Generic.IEnumerable(Of PdfInteractiveFormField), _
ByVal streamThe stream where the codec puts the exported data.As System.IO.Stream _
)
public override void Export(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.Collections.Generic.IEnumerable<PdfInteractiveFormField> fields,
System.IO.Stream stream
)
public: void Export(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.Collections.Generic.IEnumerable<PdfInteractiveFormField*>* fields,
System.IO.Stream* stream
); override
Parameters
- document
- The PDF document.
- fields
- The collection of fields to export.
- stream
- The stream where the codec puts the exported data.